@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400);
/* DEFAULT CSS ------------------------------------------------------------------------------------------------------------------------------------------------------------*/* { margin: 0; padding: 0;}html, body {margin: 0; height: 100%;}body {min-height: 100%;}.stacks_top > div > .stacks_out > .stacks_in > .stacks_out {  max-width: 1024px;  margin: 0 auto;}html,body {  height: 100%;  width: 100%;}body {  font-family: 'Merriweather', 'Helvetica Neue', Arial, sans-serif;}h1,h2,h3,h4,h5,h6 {  font-family: "Roboto Slab";  color: #787878;  font-weight: 400;}p{  font-size: 20px;  line-height: 30px;  color: #989898;}hr {  position: relative;  border: 0px solid transparent;  background: transparent;  height: 0px;  border-style: solid;  border-width: 2px 0px 0px 0px;  border-color: rgba(255,255,255,0.6);  width: 200px;  margin: 30px auto 60px;}hr:before {  content: " ";  position: absolute;  width: 100px;  height: 0px;  border-style: solid;  border-width: 2px 0px 0px 0px;  border-color: rgba(255,255,255,0.4);  background: transparent;  left: 50px;  top: -8px;}hr:after {  content: " ";  position: absolute;  width: 50px;  height: 0px;  border-style: solid;  border-width: 2px 0px 0px 0px;  border-color: rgba(255,255,255,0.4);  background: transparent;  left: 75px;  top: 4px;}hr.center-light {  border-width: 1px 0px 0px 0px;  border-color: rgba(0,0,0,0.3);  margin: 10px auto 60px;}hr.center-light:before {  border-width: 1px 0px 0px 0px;  border-color: rgba(0,0,0,0.2);  top: -4px;}hr.center-light:after {  border-width: 1px 0px 0px 0px;  border-color: rgba(0,0,0,0.2);  top: 2px;}hr.left-dark {  margin: 10px 0px 30px 0px;  border-color: rgba(255,255,255,0.3);  border-width: 1px 0px 0px 0px;}hr.left-dark:before, hr.left-dark:after {  left: 0;  border-color: rgba(255,255,255,0.15);  border-width: 1px 0px 0px 0px;}hr.left-dark:before {  top: 3px;}hr.left-dark:after {  top: 6px;}hr.left-light {  margin: 10px 0px 30px 0px;  border-color: rgba(0,0,0,0.3);  border-width: 1px 0px 0px 0px;}hr.left-light:before, hr.left-light:after {  left: 0;  border-color: rgba(0,0,0,0.15);  border-width: 1px 0px 0px 0px;}hr.left-light:before {  top: 3px;}hr.left-light:after {  top: 6px;}img {  max-width: 100%;  height: auto;}@media all and (max-width: 984px) {  .stacks_top > div > .stacks_out > .stacks_in > .stacks_out {    margin: 0px 20px;  }}body {  background-color:  #FC8008;}::selection {background: #666666; /* Safari */}::-moz-selection {background: #666666; /* Firefox */}